WebFileUploader is designed with robust architecture which allows various user interactions. Each interaction is properly recorded as status in the client object model, enabling you to easily inspect on the interaction status.
WebFileUploader provides the following interactions:
- File selecting
- File selected
- File added
- File removed
- File about to upload
- File uploading
- File uploaded
- File canceled
- File aborted
In addition, WebFileUploader provides comprehensive client-side and server-side events which allow developers to perform additional processing or customization during the event. Some available events are before upload, uploading, after upload, and error event. Please refer to client-side and server-side reference for more details.
Other Resources
{User Interface}
{Upload Mode}
{File Validation}
{Progress Bar}
{Customization}